ComponentOne ASP.NET MVC Controls
BoxWhiskerBuilder<T> Constructor

C1.Web.Mvc.Fluent Namespace > BoxWhiskerBuilder<T> Class : BoxWhiskerBuilder<T> Constructor
The C1.Web.Mvc.BoxWhisker<T> object to be configurated.
Creates one BoxWhiskerBuilder<T> instance to configurate obj.
Syntax
'Declaration
 
Public Function New( _
   ByVal obj As BoxWhisker(Of T) _
)
public BoxWhiskerBuilder<T>( 
   BoxWhisker<T> obj
)

Parameters

obj
The C1.Web.Mvc.BoxWhisker<T> object to be configurated.
See Also

Reference

BoxWhiskerBuilder<T> Class
BoxWhiskerBuilder<T> Members